CameraTriggerIntervalCommand

class CameraTriggerIntervalCommand(triggerCycle: Int, shutterIntegration: Int = -1, frame: MavlinkCommand.Frame = Frame.COMMAND) : MavlinkCommand

MAVLink command which sets camera trigger interval.

If triggering is enabled, the camera is triggered each time this interval expires. This command can also be used to set the shutter integration time for the camera.

You can stop capturing media by issuing a StopPhotoCaptureCommand.

Parameters

triggerCycle

Camera trigger cycle time in milliseconds. Use -1 or 0 to ignore. The minimum value is -1 and the increment is 1.

shutterIntegration

Camera shutter integration time in milliseconds. Should be less than trigger cycle time. Use -1 or 0 to ignore. The minimum value is -1 and the increment is 1. Always ignored by Anafi.

Constructors

Link copied to clipboard
constructor(triggerCycle: Int, shutterIntegration: Int = -1, frame: MavlinkCommand.Frame = Frame.COMMAND)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The coordinate frame; set to global coordinate frame or relative altitude over ground.

Link copied to clipboard

the raw parameters of the command

Link copied to clipboard

The MAVLink command type

Link copied to clipboard

Camera shutter integration time in milliseconds.

Link copied to clipboard

Camera trigger cycle time in milliseconds.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun write(writer: Writer, index: Int, frame: MavlinkCommand.Frame)

Writes the MAVLink command to the given writer.